aliases:
- Community plugin
description: Learn how to extend Obsidian with plugins built by the community.
mobile: false
permalink: community-plugins
Learn how to extend Obsidian with plugins built by the community. Use plugins to adapt Obsidian to fit your specific needs, such as support for additional file formats or integrating with a third-party service.
Community plugins run third-party code on your behalf that could potentially do harm. To learn more about what the Obsidian team does to prevent harmful plugins, refer to Plugin security.
Use the text box to filter plugins based on their name, author, and description.
You can also browse available plugins in your browser, by heading to obsidian.md/plugins.
To install a community plugin, you must first turn off Restricted Mode.
To use an installed plugin, you need to enable it.
Either select Enable directly after installing it, or enable it from the list of Community plugins under Settings → Community plugins → Installed plugins.
For security purposes, community plugins don't update automatically. You can either update all plugins at once, or update individual plugins.
To update all your plugins:
To update an individual plugin:
Ready to build your own community plugin? Learn how to Build a plugin.